Remove overhead in gdk_window_get_user_data
authorMatthias Clasen <mclasen@redhat.com>
Sun, 27 Sep 2015 18:06:27 +0000 (14:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 28 Sep 2015 10:29:50 +0000 (06:29 -0400)
commit65ec902df9d5e0880fce44d5a9afc33c008b009b
tree2396f021922e95b413fbdf2cb2a009489a370694
parent6f163985a72f392ce2a7ff414b5c249977a791ce
Remove overhead in gdk_window_get_user_data

This function is called very frequently during in GTK+'s drawing
paths, and thus should not carry unexpected costs.
gdk/gdkwindow.c